-
Notifications
You must be signed in to change notification settings - Fork 199
add support for fetching loudness levels of audio streams #1529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Added a basic test that fetches a custom amount of levels and checks the returned list length. |
@JonnyWong16 no interest in this patch? |
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
Thanks for your review @JonnyWong16. I accepted your changes. Let me know if there is something else you'd like me to take a look at! |
Please fix flake8 whitespaces. https://github.com/pushingkarmaorg/python-plexapi/actions/runs/15974729408/job/45090440692?pr=1529 |
I fixed the whitespace issues |
@JonnyWong16 I think you need to approve the workflows now? |
Description
This adds support for fetching loudness levels. This is used in Plexamp and Dash to show a waveform of the currently playing track. See here for a screenshot of what I mean.
Type of change
Checklist:
I have not added tests (yet). Python is not my first language and I'm having a bit of trouble wrapping my head around how the test suite works.